GtkAboutDialog: We use gtk_show_uri_on_window() by default
authorBastien Nocera <hadess@hadess.net>
Thu, 16 Feb 2017 03:52:02 +0000 (04:52 +0100)
committerBastien Nocera <hadess@hadess.net>
Thu, 16 Feb 2017 15:37:55 +0000 (16:37 +0100)
Not gtk_show_uri().

https://bugzilla.gnome.org/show_bug.cgi?id=778726

gtk/gtkaboutdialog.c

index 490a66d9b00c3295393c8cf02edebcc66db802df..2b5379ecd00ea816f3bfae58504e0d8bed5f4843 100644 (file)
@@ -72,7 +72,7 @@
  * All parts of the dialog are optional.
  *
  * About dialogs often contain links and email addresses. GtkAboutDialog
- * displays these as clickable links. By default, it calls gtk_show_uri()
+ * displays these as clickable links. By default, it calls gtk_show_uri_on_window()
  * when a user clicks one. The behaviour can be overridden with the
  * #GtkAboutDialog::activate-link signal.
  *
@@ -328,7 +328,7 @@ gtk_about_dialog_class_init (GtkAboutDialogClass *klass)
    *
    * The signal which gets emitted to activate a URI.
    * Applications may connect to it to override the default behaviour,
-   * which is to call gtk_show_uri().
+   * which is to call gtk_show_uri_on_window().
    *
    * Returns: %TRUE if the link has been activated
    *